
.iconLogo{
    height: 150px;
}

.linkright{
    float: right;
    margin: 10px 0;
}

.linkright:hover{
    float: right;
    margin: 10px 0;
    color:#aaa;
    font-weight: bold;
}

.forms{
    width: 100%;
    height: 45px;
    margin: 1% 0;    
    padding: 5px 10px;
}


#legal{
    /*text-align: center;*/
    font-family:"Arial", Verdana, "Tahoma", "Luxi Sans", Arial, Helvetica, sans-serif;
/*    font-family: 'Comfortaa', cursive;*/
    /*font-size: 11px;*/
    /*color: #888888;*/
    
}

#legal a{
    text-decoration: none;
    color:#337ab7;
    /*font-weight: bold;*/
}

#legal a:hover{
    color: #888888;
}

.langue{
    /*text-decoration:none;*/
}

.langue:hover{
    font-weight: bold;
    color: #337ab7;
}

/********couleurs ************

ROUGE : #e2000d
GRIS : #aaa
NAVY : #337ab7
OR : #FCB040

*/


.langicon{	
    height:13px;
}	

/*************FORMULAIRE***************/


.messages{
    font-size: 80%;    
    margin: 20px 0;    
    clear: both;
}

.messages img{
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}

#messageError {
    background: white;
    text-align: justify;
    margin: 20px auto;
    width: 100%;
    color: red;
    /*//border: 1px solid red;*/
    border-radius: 2px;
}

#messageSuccess {
    background: white;
    text-align: justify;
    margin: 20px auto 20px auto;
    width: 100%;
    color: green;
    /*//border: 1px solid green;*/
    border-radius: 2px;
}









/****************************************************/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /*margin-left: -375px;*/
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
/*	.prev{
		margin-left: -145px;
	}*/
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.textp {
  color: #f2f2f2;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.textnumb {
  color: #f2f2f2;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.property-details-area .textnumb i{
    color: #f2f2f2;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
   opacity: 1;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




.entete-element{
	text-decoration: none;	
}

.element{
	text-decoration: none;
	margin:10px 0;
	padding: 20px 0;
	border-top: 1px solid #aaa;	
}


.pagin{
	border-top: 2px solid #aaa;
	padding: 30px 0;
	margin: 30px 0;
}




.agent-profile-area i{
	/*//color: #FCB040;*/	
}

.agent-profile-area h4{
	font-weight: bold;
}

.property-details-area i{
	color: #337ab7;
}





#fileUpload{
    margin: 5px;
    width: 150px;
    height: 90px;    
    border: 1px solid #c6d6d6;
    /*border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
}
#fileUpload #blah, #fileUpload #blah1, #fileUpload #blah2, #fileUpload #blah3, #fileUpload #blah4{    
    width: 150px;
    height: 90px;
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
}



div.fileinputs{
    position: relative;
}
div.fakefile {
	position: absolute;	
	z-index: 1;        
        width: 50px;    
        height: 25px;        
        /*margin-left: 100px;*/
        /*padding: 2px 2px 0 0;*/
        text-indent:0 !important;        
        font: bold 11px/15px Arial,serif;    
}

div.fakefile img {
    width: 40px;
    height: 30px;    
}


input.file {
	position: relative;
	-moz-opacity:0 ;
	filter: alpha(opacity);
	opacity: 0;
	z-index: 2;
        width: 30px;
}





.choisir{	
    background-color: #FCB040;
    color: white;
    padding: 10px 20px;	
    /*border : 1px solid white;*/
}
.choisir:hover{
    background-color: #337ab7;
    color: white;	
    padding: 10px 20px;	
    /*border : 1px solid #FCB040;*/
}
.choisir i{
    text-decoration:none;
    color:white;
}


.single-more ul li .btn-group .filter-option{
	color:#333333;
}



.mail-to form button {
	color: #fff;
}


#act{
	background-color:#aaa;
}
#act:hover{
	color:#337ab7;
}


.ban{
 height: 100px;
 border-top: 5px solid whitesmoke;
}

.slogan{
    margin: 50px 0;
    padding: 50px 0;
    text-align: center;
    font-size: 50px;
}

.property-details-area .single-descrip ul{
    width: 50%;
}












/* Style the form */
#regForm {
  background-color: #ffffff;
  margin: auto;
  padding: 5px;
  width: 90%;
  min-width: 300px;
}

/* Style the input fields */
/*input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}*/

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}



.dash i.fa{
    text-decoration: none;    
    font-size: 100px;
}



.list-sidber{
    padding: 25px;
    /*margin: 5px;*/
    background: whitesmoke;
}


.option i{
    margin: 0 8px 0 0;
    padding: 11px;
    border:1px solid white;
}

.option i:hover{
    margin: 0 8px 0 0;
    padding: 11px;
    background: white;
    font-weight: bold;
    border:1px solid white;
}


.pic img{
    
}